home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
demoversionen
/
jcgraphdemo
/
jcgraphdemo.lha
/
Rexx
/
RotSet1.rex
< prev
next >
Wrap
OS/2 REXX Batch file
|
1992-10-14
|
339b
|
15 lines
/* RotSet1.rex */
/* ----------- */
/* Description: Will assign X,Y and Z value to the preset button next to */
/* it. */
options results
address 'JCGRAPH'
if open('Preset','T:RotPreset1','W') then do
'GetRotation'
Rotation=result
writeln('Preset',Rotation)
end